|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.quilt.framework.QuiltTest | +--org.quilt.frontend.ant.BatchTest
Stores Ant filesets and convert them to QuiltTests.
Constructor Summary | |
BatchTest(org.apache.tools.ant.Project p)
One-arg constructor. |
Method Summary | |
void |
addFileSet(org.apache.tools.ant.types.FileSet fs)
Method used by Ant to add filesets. |
void |
unbatch(Scheduler sch)
Converts the fileset names into QuiltTests and adds them to the list of tests maintained by the scheduler. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public BatchTest(org.apache.tools.ant.Project p)
p
- The project that the QuiltTask is in.Method Detail |
public void addFileSet(org.apache.tools.ant.types.FileSet fs)
fs
- One of possibly many filesets within the batch testpublic void unbatch(Scheduler sch)
sch
- Scheduler responsible for maintaining list of tests
and scheduling the actual running of tests.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |